object AboutBox: TAboutBox Left = 268 Top = 144 BorderStyle = bsDialog Caption = 'About' ClientHeight = 220 ClientWidth = 289 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 273 Height = 169 BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 0 object ProgramIcon: TImage Left = 24 Top = 16 Width = 65 Height = 57 Picture.Data = {} Stretch = True Transparent = True IsControl = True end object ProductName: TLabel Left = 112 Top = 24 Width = 57 Height = 20 Caption = 'RegFix' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Version: TLabel Left = 112 Top = 48 Width = 62 Height = 13 Caption = ' Version 0.90' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object Copyright: TLabel Left = 32 Top = 112 Width = 39 Height = 13 Caption = '(c) 1999' IsControl = True end object Label1: TLabel Left = 8 Top = 144 Width = 257 Height = 13 Cursor = crHandPoint Alignment = taCenter Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'http://www.elcomsoft.com' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False OnClick = Label1Click end object Label2: TLabel Left = 76 Top = 112 Width = 101 Height = 13 Cursor = crHandPoint Caption = 'Vadim Chumachenko' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False OnClick = Label2Click end object Label3: TLabel Left = 178 Top = 112 Width = 56 Height = 13 Caption = ', Elcom Ltd.' OnClick = Label3Click end end object OKButton: TButton Left = 111 Top = 188 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OKButtonClick end end